v1.1.6
#Bug fix
#Some of the properties of alert and popup components are not parsed by the IDE.
#In the event definition xml file, some attributes of the source tag are not parsed.
#javaScriptGlobal tag's content is mistakenly deleted by IDE.

v1.1.5
#Bug fix
#Tree node's sText,sIcon,sIcon2 properties are not parsed by the IDE.

v1.1.4
#The default name of divSplit is "div1" and "div2". The "autoResizableH" and "autoResizableW" properties has default value - false.

#Bug fix
#Components could be drag&drop to become a child of splitter container.
#DivSplit's name other than "div1" and "div2" will cause javascript error in rialto. Splitter created by IDE will have 
  divSplit with name "div1" and "div2".

v1.1.3
#Bug fix
#In layout definition file, generated dtd declaration's root node name is still "maskat". It should be "layoutDef".
#Frame component has a "draggable" property instead of "draganddrop".

v1.1.2
#Changes on the component tags' interface according to the mask@ framework.

v1.1.0
#Supports customize component by eclipse plugin. Added "org.maskat.ide.gef.customizecomponents" extension point.
#Supports link.xml, layout definition file and event definition file are not confined by 1:1 relationship.
#Root node name of layout definition file changes from "maskat" to "layoutDef"
#Supports multiple layout definition in one layout definition file. Could switch the display of layouts by popup menu.
#Root node name of event definition file changes from "config" to "eventDef"
#"layout" tag is discarded from the event definition file.
#"radioGroup" and "radioMember" nodes are added in layout definition file for the mapping of the radio component.

#Bug fix
#Schema is not generated for layout's "onload" event.


v1.0.0


